From: Luc Teirlinck Date: Sun, 8 Aug 2004 17:09:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21450 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5933b18b68a5b98493952e2da7c98910a7a99267;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 0693e063992..c85ec30bb03 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2187,6 +2187,11 @@ configuration files. * Lisp Changes in Emacs 21.4 ++++ +** Both the variable and the function `disabled-command-hook' have +been renamed to `disabled-command-function', The variable +`disabled-command-hook' has been kept as an obsolete alias. + ** Function `compute-motion' now calculates the usable window width if the WIDTH argument is nil. If the TOPOS argument is nil, the usable window height and width is used. diff --git a/src/ChangeLog b/src/ChangeLog index 187d27be7d1..4713c0664d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-08-08 Luc Teirlinck + + * keyboard.c: Declare Qdisabled_command_function instead of + Qdisabled_command_command. + (Fcommand_execute): Use Qdisabled_command_function instead of + Qdisabled_command_command. + (syms_of_keyboard): Ditto. + 2004-08-07 Luc Teirlinck * keymap.c (Flocal_key_binding, Fglobal_key_binding)